Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move authentication token registration to Shared Kernel #646

Merged

Conversation

tjementum
Copy link
Member

Summary & Motivation

Move the registration of authentication-related services to the Shared Kernel to allow self-contained systems to create authenticated HTTP clients in base tests. The following services are now registered in the Shared Kernel:

  • IPasswordHasher<object>
  • OneTimePasswordHelper
  • RefreshTokenGenerator
  • AccessTokenGenerator
  • AuthenticationTokenService

Additionally, AddEmailSignatureClient has been renamed to AddEmailClient for improved clarity and consistency.

Checklist

  • I have added a Label to the pull-request
  • I have added tests, and done manual regression tests
  • I have updated the documentation, if necessary

@tjementum tjementum added the Enhancement New feature or request label Dec 16, 2024
@tjementum tjementum self-assigned this Dec 16, 2024
Copy link

linear bot commented Dec 16, 2024

@tjementum tjementum force-pushed the pp-272-move-authentication-token-registration-to-shared-kernel branch from 43277ed to 4275e5c Compare December 16, 2024 00:45
Copy link

Please retry analysis of this Pull-Request directly on SonarQube Cloud

@tjementum tjementum merged commit 46ac38a into main Dec 16, 2024
13 of 14 checks passed
@tjementum tjementum deleted the pp-272-move-authentication-token-registration-to-shared-kernel branch December 16, 2024 00:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant